Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 그룹 삭제 API 추가 #405 #407

Closed
wants to merge 20 commits into from

Conversation

seokho-1116
Copy link
Collaborator

@seokho-1116 seokho-1116 commented May 8, 2024

작업 내용 (Content)

  • 그룹 삭제 기능 추가

링크 (Links)

기타 사항 (Etc)

  • 그룹 삭제 시 연쇄 삭제 또는 외래키 제약으로 삭제 실패를 방지하기 위해 더 강한 제약이 필요해 제약조건 적용 후 더 자세하게 문서화함. 아래는 그룹 삭제에 필요한 조건들
    1. 그룹이 존재해야 함.
    2. 그룹 삭제를 요청한 사용자가 그룹장이여야 함.
    3. 그룹에 그룹원이 존재하지 않아야 함.
    4. 그룹에 그룹 캡슐이 존재하지 않아야 함.
    5. 위의 4가지 조건을 만족하면 그룹 삭제
  • 추후 그룹 캡슐 삭제가 필요해 보임

Merge 전 필요 작업 (Checklist before merge)

  • 그룹 관련 작업이 연관되어 있어 그룹 관련 순차적으로 머지 후 최종 머지 필요(ARCH-93-B-feat/group_delete -> 최종)

희망 리뷰 완료 일 (Expected due date)

@seokho-1116 seokho-1116 added the feat 새로운 기능 label May 8, 2024
@seokho-1116 seokho-1116 self-assigned this May 8, 2024
@seokho-1116 seokho-1116 deleted the ARCH-93-B-feat/group_delete branch May 15, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant